* term.c (get_named_tty, create_tty_output, tty_free_frame_resources)
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 15 Aug 2013 05:23:40 +0000 (09:23 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 15 Aug 2013 05:23:40 +0000 (09:23 +0400)
commitab67254eb65e5d3011234be52b0f2dc7daf5c2e9
treea2633f69bed064eec11c47427374f0f0680daf81
parent4bbed174025791aad3b72a998b201b2a92aba014
* term.c (get_named_tty, create_tty_output, tty_free_frame_resources)
(tty_free_frame_resources, delete_tty): Prefer eassert to emacs_abort.
* image.c (make_image_cache): For struct image_cache, prefer xmalloc
to xzalloc and so avoid redundant call to memset.
* xterm.c (x_term_init): Avoid unnecessary initializations of dpyinfo
members because it is allocated with xzalloc and so already zeroed.
src/ChangeLog
src/image.c
src/term.c
src/xterm.c